type crypto/tls.certificateMsgTLS13

9 uses

	crypto/tls (current package)
		conn.go#L1049: 			m = new(certificateMsgTLS13)
		handshake_client_tls13.go#L443: 	certMsg, ok := msg.(*certificateMsgTLS13)
		handshake_client_tls13.go#L560: 	certMsg := new(certificateMsgTLS13)
		handshake_messages.go#L1279: type certificateMsgTLS13 struct {
		handshake_messages.go#L1286: func (m *certificateMsgTLS13) marshal() []byte {
		handshake_messages.go#L1347: func (m *certificateMsgTLS13) unmarshal(data []byte) bool {
		handshake_messages.go#L1348: 	*m = certificateMsgTLS13{raw: data}
		handshake_server_tls13.go#L597: 	certMsg := new(certificateMsgTLS13)
		handshake_server_tls13.go#L774: 	certMsg, ok := msg.(*certificateMsgTLS13)